Release 10.1A: OpenEdge Reporting:
Report Builder Deployment
Running multiple reports in a batch
You can run all the reports in the
rbsample.prlreport library as a batch job with the same set of parameters usingrbbatch.p.To run the
rbbatch.pprocedure with therbsample.prlreport library, execute the following command:
Here is the
rbbatch.pprocedure:
The commented numbers correspond to the following step-by-step descriptions:
- Define variables for the report parameters. Note that you must specify each parameter for each report that you run, but that you can assign each parameter a default value for this procedure.
- Define
report-listandreport-countfor the_getname.poutput, andreport-numberto keep track of the reports.- Define input parameter for the library name.
- Run
_getname.pto access all the reports in therbsample.prllibrary.Note: If you are using the PRNTRB2 interface you must modify the procedure to run- Print all the reports in the library.
aderb\_prntrb2and include theRB-STATUS-FILEparameter.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |